projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b932f8b
)
* src/nsmenu.m: Use #include <config.h> instead of "config.h".
author
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 23 Nov 2010 19:36:48 +0000
(11:36 -0800)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 23 Nov 2010 19:36:48 +0000
(11:36 -0800)
src/ChangeLog
patch
|
blob
|
history
src/nsmenu.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 7801d3c3cf5bc5bc9dc28ef8eb261166a300dbd1..9de862d06f50fa1b8264d85c13fe4837770abfe9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
+ * nsmenu.m: Use #include <config.h> instead of "config.h".
+
* term.c (Qglyphless_char,last_glyphless_glyph_frame)
(last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
Move declarations ...
diff --git
a/src/nsmenu.m
b/src/nsmenu.m
index d0276c50bf7c301a72989aff78c24d064999742f..b6ee93bdf6ba6d54ee8025b826ea64a72005d63f 100644
(file)
--- a/
src/nsmenu.m
+++ b/
src/nsmenu.m
@@
-23,7
+23,7
@@
Carbon version by Yamamoto Mitsuharu. */
/* This should be the first include, as it may set up #defines affecting
interpretation of even the system includes. */
-#include
"config.h"
+#include
<config.h>
#include <setjmp.h>
#include "lisp.h"